home *** CD-ROM | disk | FTP | other *** search
- /* KNB Version 2.0 */
- #include <owl.h>
- #include <stdio.h>
- #include <string.h>
- #pragma hdrstop
- #include <ctype.h>
- #include <dialog.h>
- #include "TSTCTL.hh"
-
-
- // The UNREFERENCED_PARAMETER macro is used to eliminate the "Parameter 'varname'
- // is never used in function..." warning. The compiler doesn't generate any code
- // from this macro.
- #ifndef UNREFERENCED_PARAMETER
- #define UNREFERENCED_PARAMETER(var) (void)(var)
- #endif
-
-
-